DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1TableViewSource<T> Class / GetIndexPathForPreferredFocusedView Method

In This Topic
    GetIndexPathForPreferredFocusedView Method (C1TableViewSource<T>)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function GetIndexPathForPreferredFocusedView( _
       ByVal tableView As UIKit.UITableView _
    ) As Foundation.NSIndexPath
    public virtual Foundation.NSIndexPath GetIndexPathForPreferredFocusedView( 
       UIKit.UITableView tableView
    )

    Parameters

    tableView
    See Also